Complete the documentation string for _gtk_file_system_model_new()
authorFederico Mena Quintero <federico@novell.com>
Thu, 27 Aug 2009 00:10:26 +0000 (19:10 -0500)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:06:14 +0000 (22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c

index 3390ab2e03ea2200a75f180d9235544795f8ec02..a8755f67933454ae776f75aeca4f6e095383cdba 100644 (file)
@@ -1191,6 +1191,10 @@ _gtk_file_system_model_new (GtkFileSystemModelGetValue get_func,
  * _gtk_file_system_model_new_for_directory:
  * @directory: the directory to show.
  * @attributes: attributes to immediately load or %NULL for all
+ * @get_func: function that the model should call to query data about a file
+ * @get_data: user data to pass to the @get_func
+ * @n_columns: number of columns
+ * @...: @n_columns #GType types for the columns
  *
  * Creates a new #GtkFileSystemModel object. The #GtkFileSystemModel
  * object wraps the given @directory as a #GtkTreeModel.